home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1998 May
/
Electronic Clipper 1998-05.iso
/
Idea Source®
/
dream.dir
/
00027_Script_expop
< prev
next >
Wrap
Text File
|
1998-03-17
|
294b
|
15 lines
on mousedown
puppetsound (2) "click"
if soundbusy (1) then sound stop 1
else puppetsound (1) "message"
repeat while the mousedown
set the visible of sprite 12 to false
updatestage
end repeat
set the visible of sprite 12 to true
updatestage
end